home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / airhockey / airhockey.exe / scripts / DefineButton2_370 / BUTTONCONDACTION on(release).as
Text File  |  2004-11-25  |  341b  |  12 lines

  1. on(release){
  2.    gid = "60";
  3.    player = _parent.jm.una;
  4.    score = _root.blo;
  5.    email = _parent.em.una;
  6.    rand = Math.floor(Math.random() * 1000000);
  7.    check = gid.concat(player,score,"0a3e7fd809",rand);
  8.    check = _root.md5(check);
  9.    getURL("http://game.becher.cz/savescore.php","_blank","GET");
  10.    _parent.gotoAndStop(1);
  11. }
  12.